net.Resolver.strictErrors (method)

3 uses

	net (current package)
		dnsclient_unix.go#L448: 		if nerr, ok := err.(Error); ok && nerr.Temporary() && r.strictErrors() {
		dnsclient_unix.go#L671: 				if nerr, ok := result.error.(Error); ok && nerr.Temporary() && r.strictErrors() {
		lookup.go#L162: func (r *Resolver) strictErrors() bool { return r != nil && r.StrictErrors }